home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / apidev / tpapi.exe / DOCS / OLDDOCS.LZH / NWAFP.DOC < prev    next >
Text File  |  1993-10-13  |  3KB  |  64 lines

  1. NOT IMPLEMENTED
  2.  
  3.                                    AFP TOOLS
  4.                                    =========
  5.  
  6.  
  7. AFPAllocTemporaryDirHandle                                           23h (0Bh)
  8.  
  9.   Maps a NetWare directory handle to an AFP directory.
  10. --------------------------------------------------------------------------------
  11. AFPCreateDirectory                                                   23h (01h)
  12.  
  13.   Creates a directory with an AFP directory name.
  14. --------------------------------------------------------------------------------
  15. AFPCreateFile                                                        23h (02h)
  16.  
  17.   Creates a file with an AFP file name.
  18. --------------------------------------------------------------------------------
  19. AFPDelete                                                            23h (03h)
  20.  
  21.   Deletes the specified file or directory.
  22. --------------------------------------------------------------------------------
  23. AFPDirectoryEntry
  24.  
  25.   Determines whether a directory or file is in AFP (long) form.
  26. --------------------------------------------------------------------------------
  27. AFPGetEntryIDFromName                                                23h (04h)
  28.  
  29.   Returns the AFP entry ID for the specified AFP file or directory.
  30. --------------------------------------------------------------------------------
  31. AFPGetEntryIDFromNetWareHandle                                       23h (06h)
  32.  
  33.   Returns an AFP Entry ID for the specified file by the Netware Handle.
  34. --------------------------------------------------------------------------------
  35. AFPGetEntryIDFromPathName                                            23h (0Ch)
  36.  
  37.   Returns an AFP entry ID for the given pathname.
  38. --------------------------------------------------------------------------------
  39. AFPGetFileInformation                                                23h (05h)
  40.  
  41.   Returns information about the AFP side of the specified file or directory.
  42. --------------------------------------------------------------------------------
  43. AFPOpenFileFork                                                      23h (08h)
  44.  
  45.   Opens an AFP file fork (data fork or resource fork) from a DOS environment.
  46. --------------------------------------------------------------------------------
  47. AFPRename                                                            23h (07h)
  48.  
  49.   Moves and/or renames a file or directory.
  50. --------------------------------------------------------------------------------
  51. AFPScanFileInformation                                               23h (0Ah)
  52.  
  53.   Returns information about an AFP directory or file.
  54. -------------------------------------------------------------------------------
  55. AFPSetFileInformation                                                23h (09h)
  56.  
  57.   Sets information pertaining to the specified AFP file or directory.
  58. -------------------------------------------------------------------------------
  59. AFPSupported
  60.  
  61.   Determines if both the effective server and the shell support AFP system
  62.   calls.
  63. --------------------------------------------------------------------------------
  64.